home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / program / jptui36b.zip / DEMO / SRC / MAKEDEMO.BAT < prev    next >
DOS Batch File  |  1996-10-06  |  420b  |  15 lines

  1. @echo off
  2.  
  3. copy ..\..\lib\debug\jptui.dat .
  4. ..\..\exedat\exedat.exe d jptui.dat vocab.fre
  5. ..\..\exedat\exedat.exe d jptui.dat vocab.eng
  6. ..\..\exedat\exedat.exe d jptui.dat vocab.ger
  7. ..\..\exedat\exedat.exe a jptui.dat vocab.fre 1
  8. ..\..\exedat\exedat.exe a jptui.dat vocab.eng 1
  9. ..\..\exedat\exedat.exe a jptui.dat vocab.ger 1
  10.  
  11. make -fjpdemo.mak
  12.  
  13. ..\..\exedat\connect.exe jpdemo.exe jptui.dat
  14. del jptui.dat
  15.